home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / sci / MLSv1_7.lha / MLS.updates < prev    next >
Text File  |  1993-08-03  |  2KB  |  50 lines

  1. Version 1.7 Updates
  2. -------------------
  3.  
  4.   Two (2) new regression Button have been added. They are called LOG and
  5. LN. These only take affect when one of the 3 Logarithmic Regression Modes
  6. are used. If LOG is selected, then the Logarithmic calculations will be
  7. with LOG10 (Log base 10), If LN is selected, then the Logarithmic
  8. calculation will be done with the Natural Log (Log base e). 
  9.   Two new arguments have been added to support the LOG and LN gadgets:
  10.  
  11.           -t    LOG (Log base 10)
  12.         -n    LN (Natural Log, Log Base e)
  13.  
  14.   The X and Y axis are now drawn when the range of data points extend
  15. across an Axis! 
  16.  
  17. Version 1.6 Updates
  18. -------------------
  19.  
  20.   MLS can Now be run completely from CLI by supplying the necessary 
  21. arguments. The supported arguments are:
  22.  
  23.         -l    Linear Regression Mode
  24.         -p    Power Regression Mode
  25.         -e    Exponential Regression Mode
  26.         -x    Logarithmic X-Axis Regression Mode
  27.         -y    Logarithmic Y-Axis Regression Mode
  28.         -b    Both X & Y axis Regression Mode
  29.         -s    Save The Data File
  30.         -q      Quit Program once all other arguments are completed
  31.  
  32.         ?    Will show you a list of the above Parameters
  33.  
  34.         
  35. Once the above arguments are given you can then give the name of the file.
  36.  
  37. (eg.)
  38.  
  39.     MLS -l -s -q Example1     )
  40.     MLS -lsq Example1         } These Are ALL
  41.     MLS -L -S -Q Example1     } Equivalent Statements.
  42.         MLS -LSQ Example1         )
  43.  
  44.         This will load the file "Example1", will use Linear regression for
  45. calculation, the Data file will then be Saved and the program will then
  46. Quit, returning you to CLI.
  47.  
  48. *Note* The Default Regression Mode is Linear, So if you want to do a Linear
  49. regression Analysis the -l argument is not necessary.
  50.